This link might help with performance issues if you are having any. 
https://www.pcgamingwiki.com/wiki/Fear_%26_Hunger

Some users have reported slowdown caused by a "wait for dialogue" mod stops certain time based processes (like getting hungrier,
sanity lowering, the Le'garde countdown, etc) while you have a dialogue box open. If this is making your game slower, you can
disable the mod by going to the mods folder, opening TY_Modloader in notepad and deleting this specific line:

TY.MOD_LIST = [
	'TY_FnHForceActionFix',
	'TY_FnHMoreCoins',
	'TY_FnHWaitForDialogue', <-------------------------------
];

and then go to file and select save. 